@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');


#wrapper {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-family: 'Market Sans', 'Helvetica Neue', sans-serif;
}

body {
  background-color: rgb(255, 255, 255);
}

header {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 135px;
  text-align: center;
}

nav {
  /* Position Navigation */
  text-align: center;
  padding-bottom: 0px;
}

nav ul {
  /* Auflistungssymbole */
  list-style-type: none;
  width: 895px;
  padding-bottom: 20px;
}

nav li {
  /* Formatierung Navigation */
  font-family: 'Market Sans', 'Helvetica Neue', sans-serif;
  font-size: 1em;
  display: inline;
  margin-right: 6%;
}

.mapmarker {
  margin-top: 0px;
}

/* font der gesamten Seite bzw. der links*/
a {
  color: #777;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif; /* font-family = 1. Font wird probiert, wenn nicht -> 2. Font */
}

/* body */

section {
  align-items: center;
  justify-content: center;
  height: auto;
  padding-bottom: 45px;
  
}

#ueberheadline {
  font-size: 2.3em;
  font-family: 'Poppins', sans-serif;
  margin-top: 31px;
}

h1 {
  font-size: 2.3em;
  font-family: 'Poppins', sans-serif;
  margin-top: 15px;
}

h1 span {
  color: rgb(74, 204, 124);
}

.ueber {
  text-align: right;
  font-size: 2.5;
  color: rgb(0, 0, 0);
}


.text {
  text-align: justify;
  margin-top: -10px;
 
}

.zahllinks{
  
  font-size: 3em;
  margin-bottom: -80px;
  margin-top: -5px;
  font-weight: bold;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  
}

.zahlrechts{
  font-size: 3em;
  margin-bottom: -80px;
  margin-top: 9px;
  font-weight: bold;
  text-align: right;
  font-family: 'Poppins', sans-serif;
}

.eins{
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, #21BC64 100%);
  padding: 8px;
  color: rgb(0, 0, 0);
  border-radius: 0 20px 20px 0;
  margin-top: 2px;

  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s;
  }
  @-webkit-keyframes fadeInLeftBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInLeftBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  
  
}



.zwei{
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, #00A77D 100%);
  padding: 8px;
  color: rgb(0, 0, 0);
  border-radius: 0 20px 20px 0;
  margin-top: 2px;

  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.4s;
  }
  @-webkit-keyframes fadeInLeftBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInLeftBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  
}

.drei{
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, #009088 100%);
  padding: 8px;
  color: rgb(0, 0, 0);
  border-radius: 0 20px 20px 0;
  margin-top: 2px;

  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.8s;
  }
  @-webkit-keyframes fadeInLeftBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInLeftBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }


}

.vier{
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, #007885 100%);
  padding: 8px;
  color: rgb(0, 0, 0);
  border-radius: 0 20px 20px 0;
  margin-top: 2px;

  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1s;
  }
  @-webkit-keyframes fadeInLeftBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInLeftBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
}

.fünf{
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, #045F74 100%);
  padding: 8px;
  color: rgb(0, 0, 0);
  border-radius: 0 20px 20px 0;
  margin-top: 2px;

  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.2s;
  }
  @-webkit-keyframes fadeInLeftBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInLeftBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  

}

footer {
  height: 50px;
  clear: both;
  background: rgb(255, 255, 255);
  padding-bottom: 25px;
  padding-top: 10px;
}

footer ul {
  float: left;
  list-style: none;
  padding-top: 3px;
  padding-left: 0px;
  margin: 20px;
  font-size: 15px;
}

.facebook {
  float: left;
  padding-top: 19px;
  padding-left: 20px;
}

.insta {
  float: left;
  padding-top: 19px;
}

footer li {
  margin-right: 15px;
  display: inline;
}

footer img {
  margin-right: 20px;
  float: right;
}

footer p {
  font-size: 10px;
  float: right;
  padding-right: 20px;
  padding-top: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
